home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1996 May
/
Software of the Month Club 1996 May.iso
/
mac
/
ISO9660
/
OS2
/
UTILITY
/
CLOCK
/
HELPWIN.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-02-21
|
352 b
|
15 lines
|
[
TEXT/hscd
]
// Class HELPWIN: Encapsulates the startup/shutdown logic for an OS/2-PM help window.
#define INCL_WIN
#include <os2.h>
class HelpWindow
{
private:
HWND Handle ;
public:
HelpWindow ( HAB Anchor, HMODULE Module, USHORT Id, PSZ Filename, PSZ Title ) ;
~HelpWindow ( ) ;
HWND QueryHandle () { return ( Handle ) ; }
} ;